domain
Class ConceptAttributeDomain

java.lang.Object
  extended by domain.GeneralConcept
      extended by domain.BasicConcept
          extended by domain.ConceptAttributeDomain
All Implemented Interfaces:
Included, Including

public class ConceptAttributeDomain
extends BasicConcept


Field Summary
private  AtomicConceptAttribute uc
           
 
Constructor Summary
ConceptAttributeDomain(AtomicConceptAttribute uc)
           
 
Method Summary
 AtomicConceptAttribute getConceptAttribute()
           
 void setUConceptAttribute(AtomicConceptAttribute uc)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uc

private AtomicConceptAttribute uc
Constructor Detail

ConceptAttributeDomain

public ConceptAttributeDomain(AtomicConceptAttribute uc)
Method Detail

getConceptAttribute

public AtomicConceptAttribute getConceptAttribute()

setUConceptAttribute

public void setUConceptAttribute(AtomicConceptAttribute uc)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object